/** Department of Public Works Original Style Sheet **/

/** Department Header **/
.DPWHeaderFrame
{
	background: url("header_bg.png") repeat-x;
	padding:0px;
	margin:0px;
	height:90px;
	overflow:hidden;
}
.DPWHeaderLeft
{
	background: url("header_bg_left.png") top left no-repeat;
	padding:0px;
	margin:0px;
	height:90px;
	overflow:hidden;
}
.DPWHeaderRight
{
	background: url("header_bg_right.png") top right no-repeat;
	padding:0px;
	margin:0px;
	height:90px;
	overflow:hidden;
}
.DPWHeaderCenter
{
	background: url("header_bg_mid.png") top center no-repeat;
	padding:0px;
	margin:0px;
	height:90px;
	overflow:hidden;
}


/** Navigation Portlet(s) **/

.smcPlBlueHeaderBar {
	background: url("pl_blue_bar.png") repeat-x;
}

.smcPlBlueHeaderShadow {
	background: url("pl_blue_shadow.png") repeat-x;
}

.smcPlBlueContent
{
	background: url("pl_blue_bg.png") repeat-x top left;
	
}

.smcPlBlueContentText ul li a:visited
{
	color: #333;

}

.smcPlBlueContentNoGra {
	background: #eeedeb;
}




/** Element styles for content **/

a:link, a:visited
{
	color: #006788;
	text-decoration: none;
	font-weight: bold;
}

a:visited
{
	color: #787878;
}

a:hover
{
	color: #006788;
	text-decoration:underline;
	font-weight: bold;
}

h2 {
	color: #2d4a5c;
	border-bottom: 1px solid #dddddd;
	font-size: 20px;
}


h3
{
	font-size: 20px; 
	border-bottom: 1px solid #dddddd;
	color: #2d4a5c;
}

h4
{
	font-size: 16px; 
	color: #2d4a5c;
	font-weight: bold;
}






img.border 
{	
	border: solid 1px #888888;
}




/** Article header links **/


.smcContentBlueTextHeader,
a.smcContentBlueTextHeader:link,
a.smcContentBlueTextHeader:hover,
a.smcContentBlueTextHeader:visited
{
	color: #036789;
}

a.smcContentBlueTextHeader:visited
{
	color: #787878;
}

a.smcContentBlueTextHeader:hover
{
	text-decoration: underline;
}




/** Content frame border **/

.smcCsContentFrame
{	
	border-top: 7px solid #627794;
	border-bottom: 7px solid #627794;
	border-left: 1px solid #627794;
	border-right: 1px solid #627794;
	background:#fef8e8;
	
}


